summaryrefslogtreecommitdiff
path: root/sys/src/cmd/acme
AgeCommit message (Collapse)Author
2013-09-07acme: avoid useless tagline/window redraw if not neededcinap_lenrek
window resize is only neccesary if tagline changed.
2013-08-28removed unused variable resize in wind.cmveety
2013-08-28Added the p9p acme patch the allows multiline tags (thanks rsc and lf94).mveety
2013-08-05unsticky scrollbarscinap_lenrek
scrollbars used to put the mouse on the scrollbar while scrolling. if latency is high, this often results to the cursor jumping back. instead, make button 2 srolling work without needing the mouse to be inside the scrollbar and leave the mouse position alone.
2013-06-16make filesystem handling of read9pmsg() consistentcinap_lenrek
2013-05-11acme: apply nemos acmediskread patch (from sources)cinap_lenrek
pread does not guarantee that it would read all the data asked for. But acme usage of disk assumes that. This issues as many reads as needed to make acme work when read returns less data than it wanted.
2013-04-24make all the commands agnostic about Rune width. (from sources)cinap_lenrek
2013-01-25acme: fix unicode handling for editout (from sources)cinap_lenrek
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek
2012-03-21vga: fix type in vga.font, make vga/unicode.font filecinap_lenrek
2011-12-09acme: use $font if set, default to vga fontcinap_lenrek
2011-05-12fix buildcinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen