emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/term.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/term.c
Date: Thu, 20 Oct 2005 11:03:59 -0400

Index: emacs/src/term.c
diff -c emacs/src/term.c:1.169 emacs/src/term.c:1.170
*** emacs/src/term.c:1.169      Sun Oct  2 18:35:04 2005
--- emacs/src/term.c    Thu Oct 20 15:03:58 2005
***************
*** 816,822 ****
       int src_len;
       struct coding_system *coding;
  {
!   struct glyph *src_start = src, *src_end = src + src_len;
    register GLYPH g;
    unsigned char *buf;
    int nchars, nbytes, required;
--- 816,822 ----
       int src_len;
       struct coding_system *coding;
  {
!   struct glyph *src_end = src + src_len;
    register GLYPH g;
    unsigned char *buf;
    int nchars, nbytes, required;
***************
*** 901,907 ****
    if (SYMBOLP (coding->pre_write_conversion)
        && ! NILP (Ffboundp (coding->pre_write_conversion)))
      {
!       run_pre_write_conversin_on_c_str (&encode_terminal_buf, 
                                        &encode_terminal_bufsize,
                                        nchars, nbytes, coding);
        nchars = coding->produced_char;
--- 901,907 ----
    if (SYMBOLP (coding->pre_write_conversion)
        && ! NILP (Ffboundp (coding->pre_write_conversion)))
      {
!       run_pre_write_conversin_on_c_str (&encode_terminal_buf,
                                        &encode_terminal_bufsize,
                                        nchars, nbytes, coding);
        nchars = coding->produced_char;
***************
*** 1818,1824 ****
           && calc_pixel_width_or_height (&tem, it, prop, 0, 1, &align_to))
      {
        if (it->glyph_row == NULL || !it->glyph_row->mode_line_p)
!       align_to = (align_to < 0 
                    ? 0
                    : align_to - window_box_left_offset (it->w, TEXT_AREA));
        else if (align_to < 0)
--- 1818,1824 ----
           && calc_pixel_width_or_height (&tem, it, prop, 0, 1, &align_to))
      {
        if (it->glyph_row == NULL || !it->glyph_row->mode_line_p)
!       align_to = (align_to < 0
                    ? 0
                    : align_to - window_box_left_offset (it->w, TEXT_AREA));
        else if (align_to < 0)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]