Anonymous No. 1178
eyevi
=
Forest-based visual editor.
One BST per screen.
Basic vi functionality.
based
Salad Eldar Approved
Anonymous No. 1179
(371.49 KiB,501x642)
thumbnail image
samiy zhir!
Anonymous No. 1182
eyevi -- suckless ncurses vi clone
==========

- BST-based
line-addressable balanced character tree
probably, one tree per screen
rebuilding the text at every terminal resize

- some basic POSIX vi functionality
Okay_

- of course, it's written in C99

- /*fuck you*/
no shit because of speed^^

- also, based


Optional features
-----------------

- (maybe language-independent) syntax highlighting


Not-this-sprint 100%:
====

- SIGWINCH handling


Syntax highlighting
-------------------

It's reasonable to highlight in a general manner:
- numbers
- punctuation
Anonymous No. 1183
/* eyevi.h
*
*/

typedef struct tree
{
int c;
struct tree *l;
struct tree *p;
struct tree *r;
int newlines;
} tree;


/* first */
tree *tree_begin(tree *);

/* after last */
tree *tree_end(tree *);
Anonymous No. 1189
Когда разработчики vlc починят кодировки и сделают наконец поддержку mpeg 4 audio? Кодировки не работают с 2013 года! Это ли не показатель прогресса! Чем они вообще занимаются?
Anonymous No. 1190
Говорят, разработчик iv стал интернет-радиолюбителемъ. http://radio.movepoint.su/
Anonymous No. 1191
(64.75 KiB,669x739)
thumbnail image