commit ab9de1611f1ef9b6436c7253064801259c54ab6d from: Omar Polo date: Sun Jul 18 09:39:00 2021 UTC dropping unused prototype commit - 3287676bff1f89653ba241924cf2cc059c277b02 commit + ab9de1611f1ef9b6436c7253064801259c54ab6d blob - e953566de0032cc4ee9988f5e863c817b904d86d blob + c3f4512ee8ec681c6265e8fb7572ace12d8f4f97 --- ui.c +++ ui.c @@ -50,7 +50,6 @@ static struct event stdioev, winchev; static void restore_curs_x(struct buffer *); -static struct vline *nth_line(struct buffer*, size_t); static int readkey(void); static void dispatch_stdio(int, short, void*); static void handle_clear_echoarea(int, short, void*);