diff options
| author | Jeremy Bryant | 2024-09-25 22:28:04 +0100 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-27 09:17:29 +0300 |
| commit | bfbed2f3ee40ac6dba46e80d1665a820d64ba091 (patch) | |
| tree | 7c54e5b7a878547c3518718d4f60f3ca22d0e81d /src | |
| parent | ff4082284a06de319a3c4e5ed1144f15f5226eca (diff) | |
| download | emacs-bfbed2f3ee40ac6dba46e80d1665a820d64ba091.tar.gz emacs-bfbed2f3ee40ac6dba46e80d1665a820d64ba091.zip | |
; * src/cm.c (cmgoto): Add function documentation (bug#73487).
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 | { |