aboutsummaryrefslogtreecommitdiff
path: root/display.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid memory access errors if llength() overflowsLinus Torvalds2013-02-221-1/+1
* Fix vtputc() and simplify show_line by using it againLinus Torvalds2012-07-111-24/+10
* Make 'show_line()' do proper TAB handlingLinus Torvalds2012-07-111-4/+17
* Make cursor movement (largely) understand UTF-8 character boundariesLinus Torvalds2012-07-101-6/+5
* Split up the utf8 helper functions into a file of their ownLinus Torvalds2012-07-101-46/+1
* Show UTF-8 input as UTF-8 outputLinus Torvalds2012-07-101-3/+59
* Make the 'struct video' contain an array of unicode characters rather than bytesLinus Torvalds2012-07-101-20/+22
* Show lines with a single helper function, not one byte at a timeLinus Torvalds2012-07-101-12/+12
* Show xA0 (nbsp) as a non-printable characterLinus Torvalds2011-08-221-1/+1
* uemacs: display.c: Use the newly introduced xmalloc function.Thiago Farina2010-12-161-19/+5
* uemacs: Move structure line and its functions to its own header file.Thiago Farina2010-11-151-5/+7
* uemacs: Kill dead codePekka Enberg2010-11-141-22/+0
* uemacs: Fix return statementsPekka Enberg2010-08-291-17/+17
* uemacs: Add --help option.Thiago Farina2010-08-181-9/+10
* uemacs: convert typedef struct window_t to struct window.Thiago Farina2010-08-011-14/+14
* uemacs: convert typdef struct VIDEO to struct video.Thiago Farina2010-06-011-21/+21
* uemacs: convert typdef struct LINE to struct line.Thiago Farina2010-04-281-8/+8
* uemacs: remove use of 'register' keywordPekka Enberg2010-02-271-53/+53
* uemacs: remove typdef struct BUFFER -> struct buffer.Thiago Farina2010-02-151-1/+1
* uemacs: fix sparse warnings, making file-local symbols static.Thiago Farina2010-01-291-3/+3
* Mark functions and variables local to display.c 'static'Linus Torvalds2006-11-191-43/+52
* Handle 8-bit characters better in displayLinus Torvalds2005-10-011-14/+35
* Make sources mostly sparse-cleanLinus Torvalds2005-10-011-1/+0
* Fix more compiler warningsLinus Torvalds2005-10-011-0/+1
* Replace "WINDOW" type with "window_t"Linus Torvalds2005-10-011-10/+10
* Lots of ANSI'fication and cleanupsLinus Torvalds2005-09-301-0/+1
* First cut at turning things into proper modern ANSI CLinus Torvalds2005-09-301-142/+137
* Fix up headers and bogus re-definitions to use <stdlib.h> and <string.h>Linus Torvalds2005-09-301-1/+0
* Run "indent -kr -i8" on the sourcesLinus Torvalds2005-09-301-526/+504
* Minimal patches to make uemacs compile in a modern environment.Linus Torvalds2005-05-311-0/+1
* Initial import of em-4.0.15-ltLinus Torvalds2005-05-311-0/+1570