diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-12-23 21:10:10 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-12-23 21:10:10 +0100 |
| commit | 70d48f0db2ff618436df7c8c52ead5a0701fd7ab (patch) | |
| tree | 44167cb1f3ac8b3d69e2b8bb38a1ea96a36e288b | |
| parent | 4231d51da9384a00934a82cb9c17815b356a068a (diff) | |
| download | tis100-70d48f0db2ff618436df7c8c52ead5a0701fd7ab.tar.gz tis100-70d48f0db2ff618436df7c8c52ead5a0701fd7ab.zip | |
Dont reset view offset on reload
| -rw-r--r-- | tis100-curses.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tis100-curses.c b/tis100-curses.c index 9434f7d..47b077e 100644 --- a/tis100-curses.c +++ b/tis100-curses.c @@ -450,7 +450,6 @@ reset(int ifd, int argc, const char **argv, bool watch) die("inotify_add_watch '%s':", argv[1]); tpu_sel = first_tpu(); - tui_seek(NULL, MID, MID); } int |
