On Thu, Oct 12, 2017 at 10:56:51AM -0700, Jonathan Ryshpan wrote: > In the command interpreter (shell) the underline character > (underline_char) generally but not always echos as a space when > actually typed and generally but not always displays as an underline > when produced by the system. For example: > (1) $ echo underline_char > (2) underline_char > the underline echos as a space when actually typed on line (1) but then > changes to an underline when I hit return and line (2) appears. Line > (2) displays properly. > > > What's going on? How can it be fixed? > > jon My terminal program does not leave any room below the last screen line and the window frame. Underscores typed on the last line are masked by the window frame. Underscores display properly on lines above the last line. I see the same results you do. Line 2 appears normal because the shell prompt bumps line 2 off the last line. Jon -- Jon H. LaBadie jonfu@xxxxxxxxxx _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx