Ticket #1771 (closed enhancement: fixed)
Hide cursor when menu opened
Reported by: | sergey-feo | Owned by: | andrew_b |
---|---|---|---|
Priority: | trivial | Milestone: | 4.7.3 |
Component: | mc-core | Version: | 4.7.0-pre4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
- Please press F9 to open menu.
- Open "Left" item.
- Item "Listing mode" will be selected. Move cursor to "FTP link" item with down arrow key.
Selected item "FTP link" is colored in 2 ways:
1) All string "FTP link" is colored;
2) First symbol "F" is colored.
I suggest disable coloring of first symbol. It make view more clear IMHO.
Please see attached screenshots also.
Attachments
Change History
comment:1 Changed 15 years ago by andrew_b
There is an alternative proposal: place cursor on the menu item hotkey (as in button).
comment:2 Changed 15 years ago by sergey-feo
This alternative will save unneeded additional coloring. Such coloring makes menu's view inaccurate IMHO.
comment:3 Changed 15 years ago by sergey-feo
By the way: a suggest to disable cursor on buttons too.
comment:4 Changed 15 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Type changed from task to enhancement
- severity changed from no branch to on review
- Milestone changed from Future Releases to 4.7.3
Created 1771_menu_hide_cursor branch. Parent branch is master.
changeset:9139a1c9e4a35d8c2c3c7d7a65d2b5139f7b05c9
comment:6 Changed 15 years ago by slavazanko
- Votes for changeset angel_il deleted
Branch rebased into current master and added some changes:
- 7c018bb00fdc0f14cffa3857865943e50c979f01: don't show cursor in menu.
- f5dd9b7afb990890f9a0040cbcae67049024aad2: Code cleanup for compile with -Werror option
- 206c6460f01033c97c3a7607c0f26826d7780b43: don't show cursor in listboxes
Review again, please.
comment:7 Changed 15 years ago by andrew_b
f5dd9b7afb990890f9a0040cbcae67049024aad2: Code cleanup for compile with -Werror option
362 int i = sizeof (s_split_direction) / sizeof (char *); 362 off_t i = sizeof (s_split_direction) / sizeof (char *);
511 int i; 511 off_t i;
Why off_t but not size_t?
comment:10 Changed 15 years ago by angel_il
- Votes for changeset changed from andrew_b to andrew_b angel_il
comment:12 Changed 15 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b angel_il to committed-master
- Resolution set to fixed
- severity changed from approved to merged
Merged to master.
changeset:6117c5b4ca21e53b7a97bada3c65cbb4c16a1274
git log --pretty=oneline f513925..6117c5b