From 53fbba4f64d158ee79c6dc0cc25535f51a226187 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 26 Dec 2016 15:24:56 -0800 Subject: 3711 Delete '^L' characters now that I'm trying to switch from Vim to Kakoune. Pages aren't text objects in Kakoune. --- termbox/termbox.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'termbox') diff --git a/termbox/termbox.h b/termbox/termbox.h index 0d8e9129..c6cda6e1 100644 --- a/termbox/termbox.h +++ b/termbox/termbox.h @@ -74,8 +74,6 @@ void tb_set_cursor(int cx, int cy); * commit your changes. */ void tb_change_cell(int x, int y, uint32_t ch, uint16_t fg, uint16_t bg); - - /*** 2. Controlling keyboard events. */ struct tb_event { @@ -206,8 +204,6 @@ int tb_poll_event(struct tb_event *event); int tb_event_ready(void); - - /*** 3. Utility utf8 functions. */ #define TB_EOF -1 int tb_utf8_char_length(char c); -- cgit 1.4.1-2-gfad0 cted'>hlt Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/115write-byte.subx
blob: 4fe793a85c069a2a83fc2bf7d230f71ea3ae4f45 (plain) (tree)
1
2
3
4
5
6
7
8
9