Page 1 of 1

sam - text editor

Posted: Thu Sep 03, 2015 4:12 pm
by GekkoP
https://github.com/deadpixi/sam
This version of sam is based on the Plan 9 implementation. Its
design and expression reflect the functionality of the Plan 9 environment;
most notably, characters are represented internally by 16-bit values called
Runes. Header files include/u.h and include/libc.h and source files
libframe/misc.c, libXg/rune.c, sam/unix.c and samterm/unix.c contain
code that insinuates sam into the Unix world. Two other files,
sam/plan9.c and samterm/plan9.c, contain Plan 9-specific code; they
are not used in the Unix version of sam and are provided as examples
of the Plan 9 interface.