ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.116 by root, Sun Nov 21 19:04:07 2004 UTC vs.
Revision 1.135 by root, Sun Feb 13 11:07:57 2005 UTC

32 32
33#include "../config.h" /* NECESSARY */ 33#include "../config.h" /* NECESSARY */
34#include "rxvt.h" /* NECESSARY */ 34#include "rxvt.h" /* NECESSARY */
35#include "main.intpro" /* PROTOS for internal routines */ 35#include "main.intpro" /* PROTOS for internal routines */
36 36
37#include <signal.h> 37#include <csignal>
38#include <cstring>
38 39
39#ifdef TTY_GID_SUPPORT 40#ifdef TTY_GID_SUPPORT
40# include <grp.h> 41# include <grp.h>
41#endif 42#endif
42 43
43#ifdef HAVE_TERMIOS_H 44#ifdef HAVE_TERMIOS_H
44# include <termios.h> 45# include <termios.h>
45#endif 46#endif
46 47
47#include <cstring> 48#ifdef KEYSYM_RESOURCE
49# include "keyboard.h"
50#endif
48 51
49vector<rxvt_term *> rxvt_term::termlist; 52vector<rxvt_term *> rxvt_term::termlist;
50 53
51static char curlocale[128]; 54static char curlocale[128];
52 55
156#endif 159#endif
157#ifdef USE_XIM 160#ifdef USE_XIM
158 im_ev (this, &rxvt_term::im_cb), 161 im_ev (this, &rxvt_term::im_cb),
159#endif 162#endif
160 sw_term (this, &rxvt_term::sig_term), 163 sw_term (this, &rxvt_term::sig_term),
164 sw_int (this, &rxvt_term::sig_term),
161 sw_chld (this, &rxvt_term::sig_chld), 165 sw_chld (this, &rxvt_term::sig_chld),
162 termwin_ev (this, &rxvt_term::x_cb), 166 termwin_ev (this, &rxvt_term::x_cb),
163 vt_ev (this, &rxvt_term::x_cb), 167 vt_ev (this, &rxvt_term::x_cb),
164 check_ev (this, &rxvt_term::check_cb), 168 check_ev (this, &rxvt_term::check_cb),
165 flush_ev (this, &rxvt_term::flush_cb), 169 flush_ev (this, &rxvt_term::flush_cb),
168 incr_ev (this, &rxvt_term::incr_cb) 172 incr_ev (this, &rxvt_term::incr_cb)
169{ 173{
170 cmdbuf_ptr = cmdbuf_endp = cmdbuf_base; 174 cmdbuf_ptr = cmdbuf_endp = cmdbuf_base;
171 175
172 termlist.push_back (this); 176 termlist.push_back (this);
173}
174 177
175rxvt_term::~rxvt_term () 178#ifdef KEYSYM_RESOURCE
176{ 179 keyboard = new keyboard_manager;
177 termlist.erase (find (termlist.begin (), termlist.end(), this));
178 180
181 if (!keyboard)
182 rxvt_fatal ("out of memory, aborting.\n");
183#endif
184}
185
186// clean up the most important stuff, do *not* call x or free mem etc.
187// for use before an emergency exit
188void rxvt_term::emergency_cleanup ()
189{
179 if (cmd_pid) 190 if (cmd_pid)
180 kill (-cmd_pid, SIGHUP); 191 kill (-cmd_pid, SIGHUP);
181 192
182 pty.put ();
183
184#ifdef UTMP_SUPPORT 193#ifdef UTMP_SUPPORT
185 privileged_utmp (RESTORE); 194 privileged_utmp (RESTORE);
186#endif 195#endif
196
197 pty.put ();
198}
199
200rxvt_term::~rxvt_term ()
201{
202 termlist.erase (find (termlist.begin (), termlist.end(), this));
203
204 emergency_cleanup ();
187 205
188#if ENABLE_STYLES 206#if ENABLE_STYLES
189 for (int i = RS_styleCount; --i; ) 207 for (int i = RS_styleCount; --i; )
190 if (TermWin.fontset[i] != TermWin.fontset[0]) 208 if (TermWin.fontset[i] != TermWin.fontset[0])
191 delete TermWin.fontset[i]; 209 delete TermWin.fontset[i];
192#endif 210#endif
193 delete TermWin.fontset[0]; 211 delete TermWin.fontset[0];
194 212
195 if (display) 213 if (display)
196 { 214 {
215 dDisp;
216
197 selection_clear (); 217 selection_clear ();
198 218
199#ifdef USE_XIM 219#ifdef USE_XIM
200 im_destroy (); 220 im_destroy ();
201#endif 221#endif
202#ifdef MENUBAR 222#ifdef MENUBAR
203 if (menubarGC) XFreeGC (display->display, menubarGC); 223 if (menubarGC) XFreeGC (disp, menubarGC);
204#endif 224#endif
205#ifdef XTERM_SCROLLBAR 225#ifdef XTERM_SCROLLBAR
206 if (xscrollbarGC) XFreeGC (display->display, xscrollbarGC); 226 if (xscrollbarGC) XFreeGC (disp, xscrollbarGC);
207 if (ShadowGC) XFreeGC (display->display, ShadowGC); 227 if (ShadowGC) XFreeGC (disp, ShadowGC);
208#endif 228#endif
209#ifdef PLAIN_SCROLLBAR 229#ifdef PLAIN_SCROLLBAR
210 if (pscrollbarGC) XFreeGC (display->display, pscrollbarGC); 230 if (pscrollbarGC) XFreeGC (disp, pscrollbarGC);
211#endif 231#endif
212#ifdef NEXT_SCROLLBAR 232#ifdef NEXT_SCROLLBAR
213 if (blackGC) XFreeGC (display->display, blackGC); 233 if (blackGC) XFreeGC (disp, blackGC);
214 if (whiteGC) XFreeGC (display->display, whiteGC); 234 if (whiteGC) XFreeGC (disp, whiteGC);
215 if (grayGC) XFreeGC (display->display, grayGC); 235 if (grayGC) XFreeGC (disp, grayGC);
216 if (darkGC) XFreeGC (display->display, darkGC); 236 if (darkGC) XFreeGC (disp, darkGC);
217 if (stippleGC) XFreeGC (display->display, stippleGC); 237 if (stippleGC) XFreeGC (disp, stippleGC);
218 if (dimple) XFreePixmap (display->display, dimple); 238 if (dimple) XFreePixmap (disp, dimple);
219 if (upArrow) XFreePixmap (display->display, upArrow); 239 if (upArrow) XFreePixmap (disp, upArrow);
220 if (downArrow) XFreePixmap (display->display, downArrow); 240 if (downArrow) XFreePixmap (disp, downArrow);
221 if (upArrowHi) XFreePixmap (display->display, upArrowHi); 241 if (upArrowHi) XFreePixmap (disp, upArrowHi);
222 if (downArrowHi) XFreePixmap (display->display, downArrowHi); 242 if (downArrowHi) XFreePixmap (disp, downArrowHi);
223#endif 243#endif
224#if defined(MENUBAR) || defined(RXVT_SCROLLBAR) 244#if defined(MENUBAR) || defined(RXVT_SCROLLBAR)
225 if (topShadowGC) XFreeGC (display->display, topShadowGC); 245 if (topShadowGC) XFreeGC (disp, topShadowGC);
226 if (botShadowGC) XFreeGC (display->display, botShadowGC); 246 if (botShadowGC) XFreeGC (disp, botShadowGC);
227 if (scrollbarGC) XFreeGC (display->display, scrollbarGC); 247 if (scrollbarGC) XFreeGC (disp, scrollbarGC);
228#endif 248#endif
229 if (TermWin.gc) XFreeGC (display->display, TermWin.gc); 249 if (TermWin.gc) XFreeGC (disp, TermWin.gc);
230 250
231#if defined(MENUBAR) && (MENUBAR_MAX > 1) 251#if defined(MENUBAR) && (MENUBAR_MAX > 1)
232 delete menuBar.drawable; 252 delete menuBar.drawable;
233 //if (menuBar.win) 253 //if (menuBar.win)
234 // XDestroyWindow (display->display, menuBar.win); 254 // XDestroyWindow (disp, menuBar.win);
235#endif 255#endif
236 delete TermWin.drawable; 256 delete TermWin.drawable;
237 // destroy all windows 257 // destroy all windows
238 if (TermWin.parent[0]) 258 if (TermWin.parent[0])
239 XDestroyWindow (display->display, TermWin.parent[0]); 259 XDestroyWindow (disp, TermWin.parent[0]);
240 } 260 }
241 261
242 // TODO: free pixcolours, colours should become part of rxvt_display 262 // TODO: free pixcolours, colours should become part of rxvt_display
243 263
244 delete pix_colors_focused; 264 delete pix_colors_focused;
250 270
251 scr_release (); 271 scr_release ();
252 272
253 /* clear all resources */ 273 /* clear all resources */
254 for (int i = 0; i < allocated.size (); i++) 274 for (int i = 0; i < allocated.size (); i++)
255 free (allocated[i]); 275 free (allocated [i]);
256 276
257 free (selection.text); 277 free (selection.text);
258 // TODO: manage env vars in child only(!) 278 // TODO: manage env vars in child only(!)
259 free (env_windowid); 279 free (env_windowid);
260 free (env_display); 280 free (env_display);
261 free (env_term); 281 free (env_term);
262 free (env_colorfgbg); 282 free (env_colorfgbg);
263 free (locale); 283 free (locale);
264#if 0 284 free (v_buffer);
265 free (codeset); 285 free (incr_buf);
266#endif
267 286
268 delete envv; 287 delete envv;
269 delete argv; 288 delete argv;
289
290#ifdef KEYSYM_RESOURCE
291 delete keyboard;
292#endif
270} 293}
271 294
272void 295void
273rxvt_term::destroy () 296rxvt_term::destroy ()
274{ 297{
326 349
327 delete this; 350 delete this;
328} 351}
329 352
330/*----------------------------------------------------------------------*/ 353/*----------------------------------------------------------------------*/
354/*
355 * Exit gracefully, clearing the utmp entry and restoring tty attributes
356 * TODO: if debugging, this should free up any known resources if we can
357 */
358static XErrorHandler old_xerror_handler;
359
360static void
361rxvt_emergency_cleanup ()
362{
363 for (rxvt_term **t = rxvt_term::termlist.begin (); t < rxvt_term::termlist.end (); t++)
364 (*t)->emergency_cleanup ();
365}
366
367#if ENABLE_FRILLS
368static void
369print_x_error (Display *dpy, XErrorEvent *event)
370{
371 char buffer[BUFSIZ];
372 char mesg[BUFSIZ];
373 char number[32];
374 char *mtype = "XlibMessage";
375 XGetErrorText(dpy, event->error_code, buffer, BUFSIZ);
376 XGetErrorDatabaseText(dpy, mtype, "XError", "X Error", mesg, BUFSIZ);
377 rxvt_warn ("An X Error occured, trying to continue after report.\n");
378 rxvt_warn ("%s: %s\n", mesg, buffer);
379 XGetErrorDatabaseText(dpy, mtype, "MajorCode", "Request Major code %d", mesg, BUFSIZ);
380 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->request_code);
381 sprintf(number, "%d", event->request_code);
382 XGetErrorDatabaseText(dpy, "XRequest", number, "", buffer, BUFSIZ);
383 rxvt_warn ("(which is %s)\n", buffer);
384 if (event->request_code >= 128) {
385 XGetErrorDatabaseText(dpy, mtype, "MinorCode", "Request Minor code %d",
386 mesg, BUFSIZ);
387 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->minor_code);
388 }
389 if ((event->error_code == BadWindow) ||
390 (event->error_code == BadPixmap) ||
391 (event->error_code == BadCursor) ||
392 (event->error_code == BadFont) ||
393 (event->error_code == BadDrawable) ||
394 (event->error_code == BadColor) ||
395 (event->error_code == BadGC) ||
396 (event->error_code == BadIDChoice) ||
397 (event->error_code == BadValue) ||
398 (event->error_code == BadAtom)) {
399 if (event->error_code == BadValue)
400 XGetErrorDatabaseText(dpy, mtype, "Value", "Value 0x%x",
401 mesg, BUFSIZ);
402 else if (event->error_code == BadAtom)
403 XGetErrorDatabaseText(dpy, mtype, "AtomID", "AtomID 0x%x",
404 mesg, BUFSIZ);
405 else
406 XGetErrorDatabaseText(dpy, mtype, "ResourceID", "ResourceID 0x%x",
407 mesg, BUFSIZ);
408 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->resourceid);
409 }
410 XGetErrorDatabaseText(dpy, mtype, "ErrorSerial", "Error Serial #%d",
411 mesg, BUFSIZ);
412 rxvt_warn (strncat (mesg, "\n", BUFSIZ), event->serial);
413}
414#endif
415
416int
417rxvt_xerror_handler (Display *display, XErrorEvent *event)
418{
419 if (GET_R->allowedxerror == -1)
420 GET_R->allowedxerror = event->error_code;
421 else
422 {
423 //TODO: GET_R is most likely not the terminal which caused the error
424 //TODO: maybe just output the error and continue?
425#if ENABLE_FRILLS
426 print_x_error (display, event);
427#else
428 old_xerror_handler (display, event);
429#endif
430 }
431
432 return 0;
433}
434
435int
436rxvt_xioerror_handler (Display *display)
437{
438 rxvt_warn ("X connection to '%s' broken, unable to recover, exiting.\n",
439 DisplayString (display));
440 rxvt_emergency_cleanup ();
441 _exit (EXIT_FAILURE);
442}
443
444/*
445 * Catch a fatal signal and tidy up before quitting
446 */
447void
448rxvt_term::sig_term (sig_watcher &w)
449{
450#ifdef DEBUG_CMD
451 rxvt_warn ("caught signal %d, exiting.\n", w.signum);
452#endif
453 rxvt_emergency_cleanup ();
454 signal (w.signum, SIG_DFL);
455 kill (getpid (), w.signum);
456}
457
458/*----------------------------------------------------------------------*/
331/* rxvt_init () */ 459/* rxvt_init () */
332bool 460bool
333rxvt_term::init (int argc, const char *const *argv) 461rxvt_term::init (int argc, const char *const *argv)
334{ 462{
335 SET_R (this); 463 SET_R (this);
336 464
465 set_locale ("");
466
337 if (!init_vars ()) 467 if (!init_vars ())
338 return false; 468 return false;
339 469
340 init_secondary (); 470 init_secondary ();
341 471
342 const char **cmd_argv = init_resources (argc, argv); 472 const char **cmd_argv = init_resources (argc, argv);
343 473
344 set_locale (""); 474#ifdef KEYSYM_RESOURCE
475 keyboard->register_done ();
476#endif
345 477
346#if MENUBAR_MAX 478#if MENUBAR_MAX
347 menubar_read (rs[Rs_menu]); 479 menubar_read (rs[Rs_menu]);
348#endif 480#endif
349#ifdef HAVE_SCROLLBARS 481#ifdef HAVE_SCROLLBARS
351 scrollBar.setIdle (); /* set existence for size calculations */ 483 scrollBar.setIdle (); /* set existence for size calculations */
352#endif 484#endif
353 485
354 create_windows (argc, argv); 486 create_windows (argc, argv);
355 487
488 dDisp;
489
356 init_xlocale (); 490 init_xlocale ();
357 491
358 scr_reset (); /* initialize screen */ 492 scr_reset (); /* initialize screen */
359 493
360#if 1 494#if 0
361 XSynchronize (display->display, True); 495 XSynchronize (disp, True);
362#endif 496#endif
363 497
364#ifdef HAVE_SCROLLBARS 498#ifdef HAVE_SCROLLBARS
365 if (options & Opt_scrollBar) 499 if (options & Opt_scrollBar)
366 resize_scrollbar (); /* create and map scrollbar */ 500 resize_scrollbar (); /* create and map scrollbar */
367#endif 501#endif
368#if (MENUBAR_MAX) 502#if (MENUBAR_MAX)
369 if (menubar_visible ()) 503 if (menubar_visible ())
370 XMapWindow (display->display, menuBar.win); 504 XMapWindow (disp, menuBar.win);
371#endif 505#endif
372#ifdef TRANSPARENT 506#ifdef TRANSPARENT
373 if (options & Opt_transparent) 507 if (options & Opt_transparent)
374 { 508 {
375 XSelectInput (display->display, display->root, PropertyChangeMask); 509 XSelectInput (disp, display->root, PropertyChangeMask);
376 check_our_parents (); 510 check_our_parents ();
377 rootwin_ev.start (display, display->root); 511 rootwin_ev.start (display, display->root);
378 } 512 }
379#endif 513#endif
380 514
381 XMapWindow (display->display, TermWin.vt); 515 XMapWindow (disp, TermWin.vt);
382 XMapWindow (display->display, TermWin.parent[0]); 516 XMapWindow (disp, TermWin.parent[0]);
383 517
384 set_colorfgbg (); 518 set_colorfgbg ();
385 519
386 init_command (cmd_argv); 520 init_command (cmd_argv);
387 521
522 free (cmd_argv);
523
388 pty_ev.start (pty.pty, EVENT_READ); 524 pty_ev.start (pty.pty, EVENT_READ);
389 525
390 check_ev.start (); 526 check_ev.start ();
391 527
392 return true; 528 return true;
393} 529}
394
395static int (*old_xerror_handler) (Display *dpy, XErrorEvent *event);
396 530
397void 531void
398rxvt_init () 532rxvt_init ()
399{ 533{
400 /* 534 /*
413 /* need to trap SIGURG for SVR4 (Unixware) rlogin */ 547 /* need to trap SIGURG for SVR4 (Unixware) rlogin */
414 /* signal (SIGURG, SIG_DFL); */ 548 /* signal (SIGURG, SIG_DFL); */
415 549
416 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler); 550 old_xerror_handler = XSetErrorHandler ((XErrorHandler) rxvt_xerror_handler);
417 // TODO: handle this with exceptions and tolerate the memory loss 551 // TODO: handle this with exceptions and tolerate the memory loss
418 //XSetIOErrorHandler ((XErrorHandler) rxvt_xioerror_handler); 552 XSetIOErrorHandler (rxvt_xioerror_handler);
419} 553}
420 554
421/* ------------------------------------------------------------------------- * 555/* ------------------------------------------------------------------------- *
422 * SIGNAL HANDLING & EXIT HANDLER * 556 * SIGNAL HANDLING & EXIT HANDLER *
423 * ------------------------------------------------------------------------- */ 557 * ------------------------------------------------------------------------- */
436 if (pid == (*t)->cmd_pid) 570 if (pid == (*t)->cmd_pid)
437 { 571 {
438 (*t)->destroy (); 572 (*t)->destroy ();
439 break; 573 break;
440 } 574 }
441}
442
443/*----------------------------------------------------------------------*/
444/*
445 * Exit gracefully, clearing the utmp entry and restoring tty attributes
446 * TODO: if debugging, this should free up any known resources if we can
447 */
448void
449rxvt_destroy_all ()
450{
451 // TODO: rxvtd should clean up all ressources
452 for (rxvt_term **t = rxvt_term::termlist.begin (); t < rxvt_term::termlist.end (); t++)
453 (*t)->destroy ();
454}
455
456/*
457 * Catch a fatal signal and tidy up before quitting
458 */
459void
460rxvt_term::sig_term (sig_watcher &w)
461{
462#ifdef DEBUG_CMD
463 rxvt_warn ("caught signal %d, exiting.\n", w.signum);
464#endif
465 rxvt_destroy_all ();
466 signal (w.signum, SIG_DFL);
467 kill (getpid (), w.signum);
468}
469
470/* INTPROTO */
471int
472rxvt_xerror_handler (Display *display, XErrorEvent *event)
473{
474 if (GET_R->allowedxerror == -1)
475 GET_R->allowedxerror = event->error_code;
476 else
477 {
478 old_xerror_handler (display, event);
479 GET_R->destroy ();
480 }
481
482 return 0;
483} 575}
484 576
485/* ------------------------------------------------------------------------- * 577/* ------------------------------------------------------------------------- *
486 * MEMORY ALLOCATION WRAPPERS * 578 * MEMORY ALLOCATION WRAPPERS *
487 * ------------------------------------------------------------------------- */ 579 * ------------------------------------------------------------------------- */
600 * if width/height are non-zero then override calculated width/height 692 * if width/height are non-zero then override calculated width/height
601 */ 693 */
602void 694void
603rxvt_term::window_calc (unsigned int width, unsigned int height) 695rxvt_term::window_calc (unsigned int width, unsigned int height)
604{ 696{
605 short recalc_x, recalc_y; 697 short recalc_x, recalc_y;
606 int x, y, sb_w, mb_h, flags; 698 int x, y, sb_w, mb_h, flags;
607 unsigned int w, h; 699 unsigned int w, h;
608 unsigned int max_width, max_height; 700 unsigned int max_width, max_height;
701 dDisp;
609 702
610 D_SIZE ((stderr, "< Cols/Rows: %3d x %3d ; Width/Height: %4d x %4d", 703 D_SIZE ((stderr, "< Cols/Rows: %3d x %3d ; Width/Height: %4d x %4d",
611 TermWin.ncol, TermWin.nrow, szHint.width, 704 TermWin.ncol, TermWin.nrow, szHint.width,
612 szHint.height)); 705 szHint.height));
613 szHint.flags = PMinSize | PResizeInc | PBaseSize | PWinGravity; 706 szHint.flags = PMinSize | PResizeInc | PBaseSize | PWinGravity;
711 804
712 if (scrollbar_visible () && (options & Opt_scrollBar_right)) 805 if (scrollbar_visible () && (options & Opt_scrollBar_right))
713 window_sb_x = szHint.width - sb_w; 806 window_sb_x = szHint.width - sb_w;
714 807
715 if (recalc_x) 808 if (recalc_x)
716 szHint.x += (DisplayWidth (display->display, DefaultScreen (display->display)) 809 szHint.x += (DisplayWidth (disp, display->screen)
717 - szHint.width - 2 * TermWin.ext_bwidth); 810 - szHint.width - 2 * TermWin.ext_bwidth);
718 if (recalc_y) 811 if (recalc_y)
719 szHint.y += (DisplayHeight (display->display, DefaultScreen (display->display)) 812 szHint.y += (DisplayHeight (disp, display->screen)
720 - szHint.height - 2 * TermWin.ext_bwidth); 813 - szHint.height - 2 * TermWin.ext_bwidth);
721 814
722 TermWin.ncol = TermWin.width / TermWin.fwidth; 815 TermWin.ncol = TermWin.width / TermWin.fwidth;
723 TermWin.nrow = TermWin.height / TermWin.fheight; 816 TermWin.nrow = TermWin.height / TermWin.fheight;
724 D_SIZE ((stderr, "> Cols/Rows: %3d x %3d ; Width/Height: %4d x %4d", 817 D_SIZE ((stderr, "> Cols/Rows: %3d x %3d ; Width/Height: %4d x %4d",
783 876
784 delete TermWin.fontset[0]; 877 delete TermWin.fontset[0];
785 TermWin.fontset[0] = fs; 878 TermWin.fontset[0] = fs;
786 879
787 prop = (*fs)[1]->properties (); 880 prop = (*fs)[1]->properties ();
881 prop.height += TermWin.lineSpace;
788 fs->set_prop (prop); 882 fs->set_prop (prop);
789 883
790 TermWin.fwidth = prop.width; 884 TermWin.fwidth = prop.width;
791 TermWin.fheight = prop.height; 885 TermWin.fheight = prop.height;
792 TermWin.fweight = prop.weight; 886 TermWin.fweight = prop.weight;
831 } 925 }
832 926
833 return true; 927 return true;
834} 928}
835 929
930void rxvt_term::set_string_property (Atom prop, const char *str, int len)
931{
932 // TODO: SMART_WINDOW_TITLE
933 XChangeProperty (display->display, TermWin.parent[0],
934 prop, XA_STRING, 8, PropModeReplace,
935 (const unsigned char *)str, len >= 0 ? len : strlen (str));
936}
937
938void rxvt_term::set_utf8_property (Atom prop, const char *str, int len)
939{
940 // TODO: SMART_WINDOW_TITLE
941 wchar_t *ws = rxvt_mbstowcs (str, len);
942 char *s = rxvt_wcstoutf8 (ws);
943
944 XChangeProperty (display->display, TermWin.parent[0],
945 prop, xa[XA_UTF8_STRING], 8, PropModeReplace,
946 (const unsigned char *)s, strlen (s));
947
948 free (s);
949 free (ws);
950}
951
836/*----------------------------------------------------------------------*/ 952/*----------------------------------------------------------------------*/
837/*----------------------------------------------------------------------*/ 953/*----------------------------------------------------------------------*/
838/* xterm sequences - title, iconName, color (exptl) */ 954/* xterm sequences - title, iconName, color (exptl) */
839void 955void
840rxvt_term::set_title (const char *str) 956rxvt_term::set_title (const char *str)
841{ 957{
842#ifdef SMART_WINDOW_TITLE 958 set_string_property (XA_WM_NAME, str);
843 char *name; 959#if ENABLE_FRILLS
844 960 set_utf8_property (xa[XA_NET_WM_NAME], str);
845 if (!XFetchName (display->display, TermWin.parent[0], &name))
846 name = NULL;
847
848 if (name == NULL || strcmp (name, str))
849#endif
850 XStoreName (display->display, TermWin.parent[0], str);
851
852#ifdef SMART_WINDOW_TITLE
853 if (name)
854 XFree (name);
855#endif 961#endif
856} 962}
857 963
858void 964void
859rxvt_term::set_icon_name (const char *str) 965rxvt_term::set_icon_name (const char *str)
860{ 966{
861#ifdef SMART_WINDOW_TITLE 967 set_string_property (XA_WM_ICON_NAME, str);
862 char *name; 968#if ENABLE_FRILLS
863 969 set_utf8_property (xa[XA_NET_WM_ICON_NAME], str);
864 if (!XGetIconName (display->display, TermWin.parent[0], &name))
865 name = NULL;
866
867 if (name == NULL || strcmp (name, str))
868#endif
869 XSetIconName (display->display, TermWin.parent[0], str);
870
871#ifdef SMART_WINDOW_TITLE
872 if (name)
873 XFree (name);
874#endif 970#endif
875} 971}
876 972
877#ifdef XTERM_COLOR_CHANGE 973#ifdef XTERM_COLOR_CHANGE
878void 974void
886 982
887 /* handle color aliases */ 983 /* handle color aliases */
888 if (isdigit (*color)) 984 if (isdigit (*color))
889 { 985 {
890 i = atoi (color); 986 i = atoi (color);
987
891 if (i >= 8 && i <= 15) 988 if (i >= 8 && i <= 15)
892 { /* bright colors */ 989 { /* bright colors */
893 i -= 8; 990 i -= 8;
894# ifndef NO_BRIGHTCOLOR 991# ifndef NO_BRIGHTCOLOR
895 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i]; 992 pix_colors_focused[idx] = pix_colors_focused[minBrightCOLOR + i];
896 SET_PIXCOLOR (idx); 993 SET_PIXCOLOR (idx);
897 goto Done; 994 goto Done;
898# endif 995# endif
899
900 } 996 }
997
901 if (i >= 0 && i <= 7) 998 if (i >= 0 && i <= 7)
902 { /* normal colors */ 999 { /* normal colors */
903 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i]; 1000 pix_colors_focused[idx] = pix_colors_focused[minCOLOR + i];
904 SET_PIXCOLOR (idx); 1001 SET_PIXCOLOR (idx);
905 goto Done; 1002 goto Done;
906 } 1003 }
907 } 1004 }
908 1005
909 if (!rXParseAllocColor (& xcol, color)) 1006 if (!rXParseAllocColor (&xcol, color))
910 return; 1007 return;
911 1008
912 /* XStoreColor (display->display, display->cmap, XColor*); */ 1009 /* XStoreColor (display->display, display->cmap, XColor*); */
913 1010
914 /* 1011 /*
997 1094
998 sprintf (env_colorfgbg, "COLORFGBG=%s;%s%s", fstr, xpmb, bstr); 1095 sprintf (env_colorfgbg, "COLORFGBG=%s;%s%s", fstr, xpmb, bstr);
999} 1096}
1000 1097
1001/*----------------------------------------------------------------------*/ 1098/*----------------------------------------------------------------------*/
1002/*
1003 * Colour determination for low colour displays, routine from
1004 * Hans de Goede <hans@highrise.nl>
1005 */
1006 1099
1007int 1100int
1008rxvt_term::rXParseAllocColor (rxvt_color *screen_in_out, const char *colour) 1101rxvt_term::rXParseAllocColor (rxvt_color *screen_in_out, const char *colour)
1009{ 1102{
1010 if (!screen_in_out->set (display, colour)) 1103 if (!screen_in_out->set (display, colour))
1021 * -------------------------------------------------------------------- */ 1114 * -------------------------------------------------------------------- */
1022void 1115void
1023rxvt_term::resize_all_windows (unsigned int width, unsigned int height, int ignoreparent) 1116rxvt_term::resize_all_windows (unsigned int width, unsigned int height, int ignoreparent)
1024{ 1117{
1025 int fix_screen; 1118 int fix_screen;
1026
1027#ifdef SMART_RESIZE 1119#ifdef SMART_RESIZE
1028 int old_width = szHint.width, old_height = szHint.height; 1120 int old_width = szHint.width, old_height = szHint.height;
1029#endif 1121#endif
1122 dDisp;
1030 1123
1031 window_calc (width, height); 1124 window_calc (width, height);
1032 XSetWMNormalHints (display->display, TermWin.parent[0], &szHint); 1125 XSetWMNormalHints (disp, TermWin.parent[0], &szHint);
1033 1126
1034 if (!ignoreparent) 1127 if (!ignoreparent)
1035 { 1128 {
1036#ifdef SMART_RESIZE 1129#ifdef SMART_RESIZE
1037 /* 1130 /*
1041 int x, y, x1, y1; 1134 int x, y, x1, y1;
1042 int dx, dy; 1135 int dx, dy;
1043 unsigned int unused_w1, unused_h1, unused_b1, unused_d1; 1136 unsigned int unused_w1, unused_h1, unused_b1, unused_d1;
1044 Window unused_cr; 1137 Window unused_cr;
1045 1138
1046 XTranslateCoordinates (display->display, TermWin.parent[0], display->root, 1139 XTranslateCoordinates (disp, TermWin.parent[0], display->root,
1047 0, 0, &x, &y, &unused_cr); 1140 0, 0, &x, &y, &unused_cr);
1048 XGetGeometry (display->display, TermWin.parent[0], &unused_cr, &x1, &y1, 1141 XGetGeometry (disp, TermWin.parent[0], &unused_cr, &x1, &y1,
1049 &unused_w1, &unused_h1, &unused_b1, &unused_d1); 1142 &unused_w1, &unused_h1, &unused_b1, &unused_d1);
1050 /* 1143 /*
1051 * if display->root isn't the parent window, a WM will probably have offset 1144 * if display->root isn't the parent window, a WM will probably have offset
1052 * our position for handles and decorations. Counter it 1145 * our position for handles and decorations. Counter it
1053 */ 1146 */
1055 { 1148 {
1056 x -= x1; 1149 x -= x1;
1057 y -= y1; 1150 y -= y1;
1058 } 1151 }
1059 1152
1060 x1 = (DisplayWidth (display->display, display->screen) - old_width) / 2; 1153 x1 = (DisplayWidth (disp, display->screen) - old_width) / 2;
1061 y1 = (DisplayHeight (display->display, display->screen) - old_height) / 2; 1154 y1 = (DisplayHeight (disp, display->screen) - old_height) / 2;
1062 dx = old_width - szHint.width; 1155 dx = old_width - szHint.width;
1063 dy = old_height - szHint.height; 1156 dy = old_height - szHint.height;
1064 1157
1065 /* Check position of the center of the window */ 1158 /* Check position of the center of the window */
1066 if (x < x1) /* left half */ 1159 if (x < x1) /* left half */
1070 if (y < y1) /* top half */ 1163 if (y < y1) /* top half */
1071 dy = 0; 1164 dy = 0;
1072 else if (y == y1) /* exact center */ 1165 else if (y == y1) /* exact center */
1073 dy /= 2; 1166 dy /= 2;
1074 1167
1075 XMoveResizeWindow (display->display, TermWin.parent[0], x + dx, y + dy, 1168 XMoveResizeWindow (disp, TermWin.parent[0], x + dx, y + dy,
1076 szHint.width, szHint.height); 1169 szHint.width, szHint.height);
1077#else 1170#else
1078 XResizeWindow (display->display, TermWin.parent[0], szHint.width, szHint.height); 1171 XResizeWindow (disp, TermWin.parent[0], szHint.width, szHint.height);
1079#endif 1172#endif
1080 } 1173 }
1081 1174
1082 fix_screen = TermWin.ncol != prev_ncol || TermWin.nrow != prev_nrow; 1175 fix_screen = TermWin.ncol != prev_ncol || TermWin.nrow != prev_nrow;
1083 1176
1084 if (fix_screen || width != old_width || height != old_height) 1177 if (fix_screen || width != old_width || height != old_height)
1085 { 1178 {
1086 if (scrollbar_visible ()) 1179 if (scrollbar_visible ())
1087 { 1180 {
1088 XMoveResizeWindow (display->display, scrollBar.win, 1181 XMoveResizeWindow (disp, scrollBar.win,
1089 window_sb_x, 0, 1182 window_sb_x, 0,
1090 scrollbar_TotalWidth (), szHint.height); 1183 scrollbar_TotalWidth (), szHint.height);
1091 resize_scrollbar (); 1184 resize_scrollbar ();
1092 } 1185 }
1093 1186
1094 if (menubar_visible ()) 1187 if (menubar_visible ())
1095 XMoveResizeWindow (display->display, menuBar.win, 1188 XMoveResizeWindow (disp, menuBar.win,
1096 window_vt_x, 0, 1189 window_vt_x, 0,
1097 TermWin_TotalWidth (), menuBar_TotalHeight ()); 1190 TermWin_TotalWidth (), menuBar_TotalHeight ());
1098 1191
1099 XMoveResizeWindow (display->display, TermWin.vt, 1192 XMoveResizeWindow (disp, TermWin.vt,
1100 window_vt_x, window_vt_y, 1193 window_vt_x, window_vt_y,
1101 TermWin_TotalWidth (), TermWin_TotalHeight ()); 1194 TermWin_TotalWidth (), TermWin_TotalHeight ());
1195
1102 scr_clear (); 1196 scr_clear ();
1103#ifdef XPM_BACKGROUND 1197#ifdef XPM_BACKGROUND
1104 resize_pixmap (); 1198 resize_pixmap ();
1105#endif 1199#endif
1106 } 1200 }
1128 } 1222 }
1129 } 1223 }
1130 1224
1131 old_width = szHint.width; 1225 old_width = szHint.width;
1132 old_height = szHint.height; 1226 old_height = szHint.height;
1227
1228#ifdef XPM_BACKGROUND
1229 if (TermWin.pixmap)
1230 scr_touch (false);
1231#endif
1133 1232
1134#ifdef USE_XIM 1233#ifdef USE_XIM
1135 IMSetStatusPosition (); 1234 IMSetStatusPosition ();
1136#endif 1235#endif
1137} 1236}
1367 "*", 1466 "*",
1368 TermWin.fheight, 1467 TermWin.fheight,
1369 TermWin.fheight + 1, TermWin.fheight - 1, 1468 TermWin.fheight + 1, TermWin.fheight - 1,
1370 TermWin.fheight - 2, TermWin.fheight + 2); 1469 TermWin.fheight - 2, TermWin.fheight + 2);
1371 1470
1372 fs = XCreateFontSet (display->display, pat, 1471 fs = XCreateFontSet (display->display, rs[Rs_imFont] ? rs[Rs_imFont] : pat,
1373 &missing_charset_list, &missing_charset_count, &def_string); 1472 &missing_charset_list, &missing_charset_count, &def_string);
1374 1473
1375 if (missing_charset_list) 1474 if (missing_charset_list)
1376 XFreeStringList (missing_charset_list); 1475 XFreeStringList (missing_charset_list);
1377 1476
1453{ 1552{
1454 int i, found, had_im; 1553 int i, found, had_im;
1455 const char *p; 1554 const char *p;
1456 char **s; 1555 char **s;
1457 char buf[IMBUFSIZ]; 1556 char buf[IMBUFSIZ];
1557
1558 SET_R (this);
1458 1559
1459 im_destroy (); 1560 im_destroy ();
1460 1561
1461 D_MAIN ((stderr, "rxvt_IMInstantiateCallback ()")); 1562 D_MAIN ((stderr, "rxvt_IMInstantiateCallback ()"));
1462 if (Input_Context) 1563 if (Input_Context)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines