>From github issue 3573: @prabirshrestha said: > @tonymec by full screen I don’t mean maximize. Full screen as in no task bar > and title window. I want my vim to be in one monitor and take all the pixels > there similar to watching a movie.
This kind of thing would (I expect) have to be programmed separately for each different GUI, viz.: • Windows • MacVim • X11: ○ Motif ○ Athena ○ NeXtaw ○ Photon ○ GTK2 ○ GTK3 (and I'm not counting the Mac-Carbon GUI which I think is obsoleted by MacVim). That's a bunch. I'm not saying it would be impossible, but it would mean a lot of separate changes (in the separate GUI C, C++ [Windows] or Objective-C [MacVim] sources used by Vim) to be debugged and maintained separately. Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
