plan9fox/sys/src/cmd/acme
cinap_lenrek 91c7e0b127 acme: fix arrow key oddity (thanks mark van atten and erik)
from 9atom/acmearrowfun patch:

	reported by mark van atten

		In Plan 9 acme, if you type

		{}

		then go back and type text between the brackets

		{Curiouser and curiouser!}

		the right arrow is blocked when you want to go over the closing
		bracket to continue typing to its right. (If you first go to the left,
		and then back to the right, it works.)

		Same for the other brackets: [ ], ( ), < >.

	noted that brackets are not necessary.  same behavior with any
	character.

	fix is to textcommit before moving.
2013-11-22 19:19:37 +01:00
..
acme.c acme: use threadexitsall() to tear down mouse and keyboard procs on error 2013-09-11 21:23:45 +02:00
addr.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
buff.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
cols.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
dat.h Added the p9p acme patch the allows multiline tags (thanks rsc and lf94). 2013-08-28 23:01:23 -04:00
disk.c acme: apply nemos acmediskread patch (from sources) 2013-05-11 18:43:03 +02:00
ecmd.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
edit.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
edit.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
elog.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
exec.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
file.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fns.h Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
fsys.c make filesystem handling of read9pmsg() consistent 2013-06-16 06:26:31 +02:00
look.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mkfile Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
regx.c make all the commands agnostic about Rune width. (from sources) 2013-04-24 20:13:18 +02:00
rows.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
scrl.c unsticky scrollbars 2013-08-05 00:25:40 +02:00
text.c acme: fix arrow key oddity (thanks mark van atten and erik) 2013-11-22 19:19:37 +01:00
time.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
util.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
wind.c acme: attempt to fix tag lines collapsing to zero height on window move (issue 189) 2013-10-20 22:38:35 +02:00
xfid.c acme: fix unicode handling for editout (from sources) 2013-01-25 16:45:04 +01:00