forked from MidnightCommander/mc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch set adds a new feature to the text edtion (off by default).
`--with-tm-x-support' This option enables minimal X Window support in the text edition. It enables MC to query the status of the modifiers CONTROL and SHIFT when invoked in a terminal emulation under X11. That's necessary to recognice key combinations like C-HOME or S-Cursor key. Wed Apr 21 20:37:32 1999 Norbert Warmuth <[email protected]> * configure.in: New option --with-tm-x-support, use MCCFLAGS and MCLIBS for build flags which are specific to the text edition. * INSTALL: Added documentation for --with-tm-x-support * src/Makefile.in: use MCCFLAGS and MCLIBS Wed Apr 21 20:19:45 1999 Norbert Warmuth <[email protected]> * src/key.c (get_modifier): Query the state of the modifier keys when running inside a terminal emulation under X11. * src/key.c (init_textmode_x11_support, done_textmode_x11_support): new functions, only used in the text edition. Connect to and disconnect from the X Server when DISPLAY is set. * src/key.h: added prototypes for the new functions * src/main.c (main): call (init|done)_textmode_x11_support
- Loading branch information
Norbert Warmuth
committed
Apr 21, 1999
1 parent
27a09e8
commit 3fd90ce
Showing
10 changed files
with
133 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Wed Apr 21 20:44:41 1999 Norbert Warmuth <[email protected]> | ||
|
||
* configure.in: New option --with-tm-x-support, use MCCFLAGS and | ||
MCLIBS which are specific to the text edition. | ||
|
||
* INSTALL: Added documentation for --with-tm-x-support | ||
|
||
Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <[email protected]> | ||
|
||
* mc.spec.in : Folded in some changes from the 'offical' rpm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
Wed Apr 21 20:40:38 1999 Norbert Warmuth <[email protected]> | ||
|
||
* Makefile.in: use MCCFLAGS and MCLIBS | ||
|
||
Wed Apr 21 20:19:45 1999 Norbert Warmuth <[email protected]> | ||
|
||
* key.c (get_modifier): Query the state of the modifier keys when | ||
running inside a terminal emulation under X11. | ||
|
||
* key.c (init_textmode_x11_support, done_textmode_x11_support): new | ||
functions, only used in the text edition. Connect to and disconnect | ||
from the X Server when DISPLAY is set. | ||
|
||
* key.h: added prototypes for the new functions | ||
|
||
* main.c (main): call (init|done)_textmode_x11_support | ||
|
||
Sat Apr 17 13:04:19 1999 Norbert Warmuth <[email protected]> | ||
|
||
* view.c (do_view_init): Enable viewing of files with negative | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters