diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:45 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:45 +0100 |
commit | e070c5fe084d181654e8090d6e5ee1faef873060 (patch) | |
tree | b142f319f21b76f4d1f0824fb84551a164cf3a5b /tsalis/include | |
parent | cbabefebf76a7c288648752812e87bd41999757f (diff) |
Updated plugins. Added fast-scroll command.
Diffstat (limited to 'tsalis/include')
-rw-r--r-- | tsalis/include/printer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tsalis/include/printer.h b/tsalis/include/printer.h index f5d8c3c..4430e88 100644 --- a/tsalis/include/printer.h +++ b/tsalis/include/printer.h @@ -20,6 +20,8 @@ void tsp_prevPage (void); void tsp_nextPage (void); void tsp_scrollUp (void); void tsp_scrollDown (void); +void tsp_fastScrollUp (void); +void tsp_fastScrollDown (void); void tsp_scrollLeft (void); void tsp_scrollRight (void); void tsp_scrollToTop (void); |