(no title)
freshbreath | 14 years ago
cout >> "Hello world"; // with no endl.
Prepending the prompt with a new line might be a better idea than over-writing the current line.freshbreath | 14 years ago
cout >> "Hello world"; // with no endl.
Prepending the prompt with a new line might be a better idea than over-writing the current line.
arjunnarayan|14 years ago
pavel_lishin|14 years ago
TimothyFitz|14 years ago
india|14 years ago
AngryParsley|14 years ago
air-lemming|14 years ago
https://github.com/dylanahsmith/dotfiles/blob/master/.config...
keithwinstein|14 years ago
This does break if the terminal has auto wrap turned off (echo -e "\033[?7l"), but otherwise it's very clever.
adavies42|14 years ago
specifically your function just sort of sits there doing nothing when i try it....
statico|14 years ago