aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/file-utils.c
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-01-15 01:06:38 +0100
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-01-15 01:06:38 +0100
commit7fece4c0a8a685d5ada4dfb89ce5fd7efa9f38fa (patch)
tree1009c049d1e93acdbc83936d2189692f3d7b2627 /src/file-utils.c
parent86ee73747c09fcb1da7291a6bfa6e0413238a71c (diff)
Curses: fixed flickering of the hardware cursorHEADmaster-fmsbw-cimaster
* Disabling the cursor with every key press caused a cursor status change when using CARETSTYLE_CURSES, which resulted in flickering, especially when using the cursor keys or typing quickly. * Instead we now disable the cursor only if CARETSTYLE_CURSES is NOT used on the command line. * It would be good to use curs_set(2) for `^T` - in some emulators it causes e.g. a blinking cursor - but it wouldn't be visible in simpleterm. This is probably just because it doesn't guarantee any contrast. * This was broken in v2.5.1.
Diffstat (limited to 'src/file-utils.c')
0 files changed, 0 insertions, 0 deletions