mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
Fix slight screen corruption on 80 column display
When highlighting the verify ones option the first two digits of DoD 5220 .20-M disappear. This patch fixes that issue.
This commit is contained in:
@@ -2133,7 +2133,7 @@ void nwipe_gui_method( void )
|
||||
mvwprintw( main_window, 2, tab2, "Security Level: Not applicable" );
|
||||
|
||||
mvwprintw( main_window, 4, tab2, "This method only reads the device and checks " );
|
||||
mvwprintw( main_window, 5, tab2, "that it is all ones (0xFF). " );
|
||||
mvwprintw( main_window, 5, tab2, "that it is all ones (0xFF)." );
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user