This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dmenu
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed vlist cursor
master
Connor Lane Smith
14 years ago
parent
9a33a72c6a
commit
bff1526d31
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dmenu.c
+ 1
- 1
dmenu.c
View File
@ -472,7 +472,7 @@ kpress(XKeyEvent * e) {
calcoffsets
(
)
;
break
;
case
XK_Left
:
if
(
cursor
>
0
&
&
(
!
sel
|
|
!
sel
-
>
left
)
)
{
if
(
cursor
>
0
&
&
(
!
sel
|
|
!
sel
-
>
left
|
|
lines
>
0
)
)
{
while
(
cursor
-
-
>
0
&
&
!
IS_UTF8_1ST_CHAR
(
text
[
cursor
]
)
)
;
break
;
}
Write
Preview
Loading…
Cancel
Save