aboutsummaryrefslogtreecommitdiff
path: root/posix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Turn NBSP into regular SP on inputLinus Torvalds2017-03-171-0/+3
* character input: make sure we have enough bytes for a full utf8 characterLinus Torvalds2012-07-101-2/+19
* Use utf8 helper functions for keyboard inputLinus Torvalds2012-07-101-49/+17
* Split up the utf8 helper functions into a file of their ownLinus Torvalds2012-07-101-18/+6
* Remove the old utf8_mode thing.Linus Torvalds2012-07-101-17/+0
* Make the 'struct video' contain an array of unicode characters rather than bytesLinus Torvalds2012-07-101-17/+18
* Make uemacs build on FreeBSD.Naohiro Aota2012-05-261-1/+1
* uemacs: Move some constants from estruct.h to posix.cThiago Farina2010-11-281-8/+15
* uemacs: Fix return statementsPekka Enberg2010-08-291-1/+1
* Turn ESC+'[' into a CSI characterLinus Torvalds2008-06-071-34/+55
* Add support for a "utf-8" modeLinus Torvalds2005-10-021-1/+94
* More warning avoidance and code cleanupLinus Torvalds2005-09-301-3/+3
* Fix up some trivial gcc -Wall warningsLinus Torvalds2005-09-301-7/+8
* More ANSI-fication of the sourcesLinus Torvalds2005-09-301-6/+6
* Run "indent -kr -i8" on the sourcesLinus Torvalds2005-09-301-16/+17
* Initial import of em-4.0.15-ltLinus Torvalds2005-05-311-0/+159