shithub: orca

Download patch

ref: ef5119a3ae996a59bfef7dfb03a27809c7663e20
parent: 2f987daa3fcd8e720844a3b2ab62a5f539b00790
author: cancel <cancel@cancel.fm>
date: Thu Jan 23 19:13:32 EST 2020

Cleanup

--- a/tui_main.c
+++ b/tui_main.c
@@ -307,8 +307,7 @@
 
 typedef struct {
   Undo_node *first, *last;
-  Usz count;
-  Usz limit;
+  Usz count, limit;
 } Undo_history;
 
 void undo_history_init(Undo_history *hist, Usz limit) {