diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cm.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -317,6 +317,8 @@ losecursor (void) | |||
| 317 | #define USELL 2 | 317 | #define USELL 2 |
| 318 | #define USECR 3 | 318 | #define USECR 3 |
| 319 | 319 | ||
| 320 | /* Move the cursor to (row, col), by computing the optimal way. */ | ||
| 321 | |||
| 320 | void | 322 | void |
| 321 | cmgoto (struct tty_display_info *tty, int row, int col) | 323 | cmgoto (struct tty_display_info *tty, int row, int col) |
| 322 | { | 324 | { |