Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 1/5] cfdisk: allow an uppercase X to toggle the extra info
@ 2015-07-25 15:18 Benno Schulenberg
  2015-07-25 15:18 ` [PATCH 2/5] cfdisk: spell "label" in lower case Benno Schulenberg
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Benno Schulenberg @ 2015-07-25 15:18 UTC (permalink / raw)
  To: util-linux

To make true the help text line that says that all commands
can be entered with either upper or lower case.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
---
 disk-utils/cfdisk.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c
index 11a087e..ac07bb5 100644
--- a/disk-utils/cfdisk.c
+++ b/disk-utils/cfdisk.c
@@ -2519,6 +2519,7 @@ static int ui_run(struct cfdisk *cf)
 		case '\r':
 			rc = main_menu_action(cf, 0);
 			break;
+		case 'X':
 		case 'x': /* Extra */
 			toggle_show_extra(cf);
 			break;
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-07-27 11:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-25 15:18 [PATCH 1/5] cfdisk: allow an uppercase X to toggle the extra info Benno Schulenberg
2015-07-25 15:18 ` [PATCH 2/5] cfdisk: spell "label" in lower case Benno Schulenberg
2015-07-27 10:29   ` Karel Zak
2015-07-25 15:18 ` [PATCH 3/5] cfdisk: bring the hint line closer to the menu line Benno Schulenberg
2015-07-27 10:42   ` Karel Zak
2015-07-25 15:18 ` [PATCH 4/5] cfdisk: keep the extra info block separate from menu and partitions Benno Schulenberg
2015-07-27 11:21   ` Karel Zak
2015-07-25 15:18 ` [PATCH 5/5] cfdisk: when moving inside the menu, always redraw it completely Benno Schulenberg
2015-07-27 10:28 ` [PATCH 1/5] cfdisk: allow an uppercase X to toggle the extra info Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox