[maemo-developers] xterm cant escape so my cursor is homeless (echo -e "\033[H")
From: tz thomas at mich.comDate: Fri Jan 2 16:35:59 EET 2009
- Previous message: xterm cant escape so my cursor is homeless (echo -e "\033[H")
- Next message: xterm cant escape so my cursor is homeless (echo -e "\033[H")
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> The problem is probably that busybox echo does not support -e. You'll > need to use real esc instead of escaping it. Actually it does. The echo -e "\033[H" >x.txt will show up with the actual escape character. But "cat x.txt" then won't move the cursor. And "top" works and I don't think it uses something special. Perhaps something else is going on if I'm in bash/console (including maybe some restore/move)
- Previous message: xterm cant escape so my cursor is homeless (echo -e "\033[H")
- Next message: xterm cant escape so my cursor is homeless (echo -e "\033[H")
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]