URI:
       tRemove unused call - ve - a minimal text editor (work in progress)
  HTML git clone git://src.adamsgaard.dk/ve
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 05eda5f08e9010499b4143860fd225dbf5393ff1
   DIR parent 2d8b8379da3585b1fa5537790ef6bcc84f6f3726
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue,  6 Aug 2019 09:20:21 +0200
       
       Remove unused call
       
       Diffstat:
         M terminal.c                          |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/terminal.c b/terminal.c
       t@@ -86,7 +86,6 @@ get_cursor_position(int *rows, int *cols) {
                        return -1;
                if (scanf(&buf[2], "%d;%d", rows, cols) != 2)
                        return -1;
       -        /* editor_read_key(); */
                return 0;
        }