Fire up nano, paste the following code, save as a .term file, and finally... double-click it!
Can someone code a plugin with SIMBL or something? That would be great! No idea why Apple removed this gem!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>WindowSettings</key>
<array>
<dict>
<key>BackgroundImagePath</key>
<string>/Library/Desktop Pictures/Art/Nighthawks.jpg</string>
<key>Columns</key>
<string>80</string>
<key>Rows</key>
<string>25</string>
</dict>
</array>
</dict>
</plist>
Can someone code a plugin with SIMBL or something? That would be great! No idea why Apple removed this gem!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>WindowSettings</key>
<array>
<dict>
<key>BackgroundImagePath</key>
<string>/Library/Desktop Pictures/Art/Nighthawks.jpg</string>
<key>Columns</key>
<string>80</string>
<key>Rows</key>
<string>25</string>
</dict>
</array>
</dict>
</plist>
