Changeset 946 for trunk/dll/newview.c
- Timestamp:
- Feb 10, 2008, 8:02:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/newview.c
r920 r946 2449 2449 } 2450 2450 } 2451 } 2451 } 2452 //Move line to selection box at top of viewer 2452 2453 numsels = (SHORT) WinSendDlgItemMsg(ad->hwndFrame, NEWVIEW_LISTBOX, 2453 2454 LM_QUERYITEMCOUNT, MPVOID, … … 2486 2487 2487 2488 width = ad->textsize - (whichline * 16); 2488 width = min(width, 16); 2489 width = min(width, 16); //standard hexx line length 2490 //use 80 as width * 5 gives inconsistent format on short lines 2489 2491 s = xmalloc(80, pszSrcFile, __LINE__); 2490 2492 if (!s)
Note:
See TracChangeset
for help on using the changeset viewer.