Skip to content

Commit 91abdc7

Browse files
committed
Merge branch 'master' of git://github.com/nickgammon/mushclient
2 parents d12e73f + 99c6eea commit 91abdc7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ProcessPreviousLine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ assemble the full text of the original line.
724724
GetStyleRGB (pStyle, cText, cBack);
725725

726726
m_OutstandingLines.push_front (CPaneStyle ((const char *)
727-
strLine.Mid (iCol, pStyle->iLength),
727+
strLine.Mid (pLine->len - pStyle->iLength - iCol, pStyle->iLength),
728728
cText, cBack, pStyle->iFlags & 7));
729729
iCol += pStyle->iLength; // new column
730730
} // end of each style

install/mushclient.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ Section "Documentation"
249249
File "..\docs\re.html"
250250
File "..\docs\Lua Colors LICENSE.txt"
251251
File "..\docs\JSON License.txt"
252+
File "..\docs\LuaJSON.txt"
252253

253254
SectionEnd
254255

@@ -559,6 +560,7 @@ Section Uninstall
559560
Delete "$INSTDIR\docs\re.html"
560561
Delete "$INSTDIR\docs\Lua Colors LICENSE.txt"
561562
Delete "$INSTDIR\docs\JSON License.txt"
563+
Delete "$INSTDIR\docs\LuaJSON.txt"
562564

563565
RMDir "$INSTDIR\docs"
564566

0 commit comments

Comments
 (0)