mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
samterm: make right arrow move to the right of dot (thanks llamaa)
This commit is contained in:
parent
493bac79b6
commit
acf707cbbc
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ type(Flayer *l, int res) /* what a bloody mess this is */
|
|||
center(l, a0);
|
||||
}else if(c == Kright){
|
||||
flushtyping(0);
|
||||
a0 = l->p0;
|
||||
a0 = l->p1;
|
||||
if(a0 < t->rasp.nrunes)
|
||||
a0++;
|
||||
flsetselect(l, a0, a0);
|
||||
|
|
Loading…
Reference in a new issue