From 319f7f0f09a620e7cd9987d4834660598bfb7109 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 5 Jun 2019 13:45:38 +0200 Subject: Update various comments now that menuconfig is Python 2-compatible --- menuconfig.py | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'menuconfig.py') diff --git a/menuconfig.py b/menuconfig.py index ce86d89..187df1c 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -7,8 +7,8 @@ Overview ======== -A curses-based menuconfig implementation. The interface should feel familiar to -people used to mconf ('make menuconfig'). +A curses-based Python 2/3 menuconfig implementation. The interface should feel +familiar to people used to mconf ('make menuconfig'). Supports the same keys as mconf, and also supports a set of keybindings inspired by Vi: @@ -174,18 +174,12 @@ Other features Limitations =========== - - Python 3 only +Doesn't work out of the box on Windows, but can be made to work with 'pip +install windows-curses'. See the +https://github.com/zephyrproject-rtos/windows-curses repository. - This is mostly due to Python 2 not having curses.get_wch(), which is needed - for Unicode support. - - - Doesn't work out of the box on Windows - - Can be made to work with 'pip install windows-curses' though. See the - https://github.com/zephyrproject-rtos/windows-curses repository. - - 'pip install kconfiglib' on Windows automatically installs windows-curses - to make the menuconfig usable. +'pip install kconfiglib' on Windows automatically installs windows-curses +to make the menuconfig usable. """ from __future__ import print_function -- cgit v1.2.3