9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] MacOS X drawterm doesn't toggle
@ 2008-10-18  3:47 Michaelian Ennis
  2008-10-18  4:15 ` andrey mirtchovski
  0 siblings, 1 reply; 18+ messages in thread
From: Michaelian Ennis @ 2008-10-18  3:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Should I just be using p9p drawterm?

In the drawterm from "cvs.pdos.csail.mit.edu:/cvs co drawterm"
Command-F doesn't toggle from fullscreen to windowed mode.  I pulled
the latest from cvs and poked around at it for a little while but I
can't figure out what the problem is.  I tried to alter the switch
command on theHICommand.commandID to include this:

case kFullScreenCmd:
			if (!amFullScreen)
				full_screen();
			else
				leave_full_screen();
			break;

that didn't help. In addition this particular case looked like
left-over code to me,

switch(kind) {
	case kEventRawKeyModifiersChanged:
		if (macKeyModifiers == (controlKey | optionKey)) leave_full_screen();

and Ctl-Opt does appears to work.

Ian



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

end of thread, other threads:[~2008-12-11  9:30 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-18  3:47 [9fans] MacOS X drawterm doesn't toggle Michaelian Ennis
2008-10-18  4:15 ` andrey mirtchovski
2008-10-18  8:48   ` Steve Simon
2008-10-18 16:29     ` andrey mirtchovski
2008-12-09 18:48   ` Michaelian Ennis
2008-12-09 19:12     ` andrey mirtchovski
2008-12-09 19:28       ` Michaelian Ennis
2008-12-09 19:35         ` andrey mirtchovski
2008-12-09 19:37         ` Michaelian Ennis
2008-12-09 19:38           ` Michaelian Ennis
2008-12-09 19:49             ` Uriel
2008-12-09 20:06               ` Rodolfo kix Garcia
2008-12-09 20:39               ` erik quanstrom
2008-12-09 22:03                 ` matt
2008-12-11  4:40                   ` Adrian Tritschler
2008-12-11  5:22                     ` Russ Cox
2008-12-11  5:39                       ` Roman Zhukov
2008-12-11  9:30                         ` Fernan Bolando

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).