Changeset 801b7ac for fmtext.c


Ignore:
Timestamp:
Feb 6, 2007, 6:05:13 PM (17 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
7a20e4c
Parents:
2566560
Message:
functions.c: tweak owl_function_calculate_topmsg_normal to not suck as
much. This resolves the delay in jumping from the first message to the
last message.

fmtext.c: get rid of a debug message and an unused variable.

view.c: Convert another linear search to binary search.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmtext.c

    r0331c8f r801b7ac  
    239239      fg = f->fgcolorbuff[position];
    240240      bg = f->bgcolorbuff[position];
    241       owl_function_debugmsg("waddstr: fg(%i) bg(%i).", fg, bg);
    242241
    243242      pair = owl_fmtext_get_colorpair(fg, bg);
     
    696695{
    697696  owl_colorpair_mgr *cpmgr;
    698   short pair, i, default_bg;
     697  short pair, default_bg;
    699698
    700699#ifdef HAVE_USE_DEFAULT_COLORS
Note: See TracChangeset for help on using the changeset viewer.