diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-22 13:50:54 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-22 13:50:54 -0500 |
commit | b1c548187c65471d1e59bc4099337ae49e2f4536 (patch) | |
tree | f07c59563ccb94b41267b499759edbad19a34917 /main.c | |
parent | 1631f38d4dba64577c8f064225599273148ad83d (diff) |
fix automatic horizontal scrolling
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ // @TODO: -// - fix automatic horizontal scrolling - +// - improve word movement // - goto line // - :run -- if .html file, open in browser, otherwise figure out a way of sending a command to shell |