From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 17 Oct 2008 23:47:56 -0400 From: "Michaelian Ennis" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] MacOS X drawterm doesn't toggle Topicbox-Message-UUID: 1fd3ceca-ead4-11e9-9d60-3106f5b1d025 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