![]() |
| | #1 |
| still a n00b Join Date: Jun 2002
Posts: 187
| inverse mode and flash mode for text I know how to write functions to clear screen, change text color or move cursor using \033 escape sequence. But I dont know how to change letter text to inverse mode, flash mode (blinking) and to change them back to normal mode? (I guess it might use the same escape sequence \033 or curses.h but I dont know.) Anyone know please tell me. Thx in advance. |
| Jaguar is offline | |
| | #2 |
| still a n00b Join Date: Jun 2002
Posts: 187
| Code: printf( "\033[5mhello \033[0mworld\n" ); Welcome back vVv!!! You have been abandoning this board for a long time, where have you been? |
| Jaguar is offline | |
| | #3 |
| still a n00b Join Date: Jun 2002
Posts: 187
| More questions please. On my console `\033[5m' makes non-blinking inverse. ![]() By the way, I need 2 formats i.e. 1. non-blinking inverse 2. blinking inverse (normally I call it `flash mode') Thanks,
__________________ slackware 10.0; kernel 2.6.7 gcc 3.4.0; glibc 2.3.2; vim editor migrating to freebsd 5.4 Last edited by Jaguar; 02-08-2003 at 01:16 PM. |
| Jaguar is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|