20 Jul 18:14
Line wrap problems in Mac OS X terminal?
Richard Morse <remorse <at> partners.org>
2010-07-20 16:14:42 GMT
2010-07-20 16:14:42 GMT
Hi! If I have a long command line, such that it would wrap to the next line, and the prompt is at the bottom of the screen, when it should wrap and move the display up so that I can see the entire command, it instead clears the line and moves the cursor to the beginning. This means that I cannot see the entire command... Example (in monospaced font): Existing window: -------------------- |$ ls | |/Applications | |/Desktop | |/Documents | |$ | |[0:bash] 0:foo | -------------------- The last line is the status bar for tmux. If I try to type in a long command, what I would like to see is: -------------------- |/Applications | |/Desktop | |/Documents | |$ ls /usr/local/bi| |n/long/path | |[0:bash] 0:foo | --------------------(Continue reading)
RSS Feed