diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-21 16:14:10 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-21 16:14:10 -0500 |
commit | 37ce64c167e12c0d652442b2ff3deb9327d1317d (patch) | |
tree | 8d6ef23080e635955529ef3a851d7d33a53230be /main.c | |
parent | 617907fb4731d67f6e7aca17b9dd7881f2093aad (diff) |
generalized selector code seems to work, fix buffer_set_line_len memory leak
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -393,8 +393,6 @@ int main(int argc, char **argv) { memset(ted->nmouse_clicks, 0, sizeof ted->nmouse_clicks); ted->scroll_total_x = ted->scroll_total_y = 0; - ted->line_buffer_submitted = false; - ted_update_window_dimensions(ted); u32 key_modifier = (u32)ctrl_down << KEY_MODIFIER_CTRL_BIT | (u32)shift_down << KEY_MODIFIER_SHIFT_BIT |