added missing
[feisty_meow.git] / scripts / core / functions.sh
index 68ba8cb1b018b9991a85b2cdfd290cfb750a8082..0ca25cde6ecc5945f755ec54021ae29b58a1325b 100644 (file)
@@ -244,8 +244,15 @@ if [ -z "$skip_all" ]; then
     done
   }
   
-  function fix_alsa() {
-    sudo /etc/init.d/alsasound restart
+#  function fix_alsa() {
+#    sudo /etc/init.d/alsasound restart
+#  }
+
+  function screen() {
+    save_terminal_title
+#hmmm: ugly absolute path here.
+    /usr/bin/screen $*
+    restore_terminal_title
   }
   
   # switches from a /X/path form to an X:/ form.  this also processes cygwin paths.