Changeset 6713


Ignore:
Timestamp:
Aug 14, 2019 8:27:51 AM (5 years ago)
Author:
clarksm
Message:

Added write to stdout option to support splash pages in nanowhim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/gui/scripts/htmlviewer.tcl

    r5679 r6713  
    185185            bell
    186186        }
     187        return
     188    }
     189
     190    if {[regexp -nocase {^stdout:} $url]} {
     191        puts [string range $url 7 end]
    187192        return
    188193    }
Note: See TracChangeset for help on using the changeset viewer.