Yasuhiro Matsumoto wrote: > On Friday, August 4, 2017 at 4:33:48 PM UTC+9, mattn wrote: > > Bram, As far as I can see, it seems JO_XXX flags are filled in bit mask > > 0xFFFFFFFF already. Do you have plan to be possible to add new flag? For > > example, I want to add new flag for job options "title". This is fixed > > title string for the terminal. > > Ah, I found jo_set2 now. Ignore this.
The flags don't scale very well with so many options... Anyway, we also need to think about what we allow for a terminal. Probably we want to keep the stdin, stdout and stderr connected to the terminal, but perhaps there are exceptions. E.g. read stdin from a file or a buffer. Or redirect stderr to /dev/null. But something has to be connected to the terminal at least. I suppose we need some flexibility and then a check for valid options, that's going to be some code. -- The early bird gets the worm. If you want something else for breakfast, get up later. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
